home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_813 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  262 b   |  15 lines

  1. on(release){
  2.    set("/Variables:TransMail",eval("/Variables:Instructions"));
  3.    if(_currentframe == 2)
  4.    {
  5.       tellTarget("InvSelection")
  6.       {
  7.          gotoAndStop(1);
  8.       }
  9.    }
  10.    tellTarget("MailMovie")
  11.    {
  12.       gotoAndPlay(3);
  13.    }
  14. }
  15.